home *** CD-ROM | disk | FTP | other *** search
/ Iron Maiden - Maiden Hell! / Iron Maiden - Maiden Hell! Promotional CD-ROM.iso / mac / promo.dxr / scripts_78_go subsections = .ls < prev    next >
Encoding:
Text File  |  1998-09-16  |  430 b   |  14 lines

  1. on mouseEnter
  2.   set the cursor of sprite the currentSpriteNum to [the number of member "finger", the number of member "fingermask"]
  3. end
  4.  
  5. on mouseDown
  6.   set nameVariable to the name of member the member of sprite the currentSpriteNum
  7.   delete char 1 to 2 of nameVariable
  8.   go(nameVariable)
  9. end
  10.  
  11. on mouseLeave
  12.   set the cursor of sprite the currentSpriteNum to [the number of member "finger", the number of member "fingermask"]
  13. end
  14.